Using the Chariot SDK for Object Tracking
Chariot provides a Python SDK that makes it easy to create and manage trackers programmatically. In this section, we'll show how to perform common operations with the object tracking service using the SDK, including creating a tracker, updating it with new inference results, retrieving the tracker's state, and deleting the tracker. These examples assume you have the Chariot SDK installed and properly authenticated (for example, you have set your API token or are running within a Chariot Workspace where authentication is handled).
- Creating Trackers: Learn how to create an object tracker
- Updating Trackers: Update existing object trackers
- Getting Trackers: Get details about existing object trackers
- Getting Tracks: Filter and retrieve tracks
- Deleting Trackers: Deleting trackers and tracks
- Example Tracking Pipeline: Use the SDK functions to build an object tracking pipeline